index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
middle
/
check_static_recursion.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-11
Make name resolution errors non-fatal
Nick Cameron
-2
/
+3
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-12
/
+11
2015-11-16
ImplItem_ -> ImplItemKind rename
Oliver Schneider
-1
/
+1
2015-11-16
rename ImplItem_::*ImplItem to ImplItem_::*
Oliver Schneider
-1
/
+1
2015-11-04
Remove use of RefCell<DefMap> in check_static_recursion
Jonathan S
-4
/
+4
2015-11-04
Unwrap the RefCell around DefMap
Jonathan S
-3
/
+3
2015-10-16
Provide span for visit_enum_def
Vadim Petrochenkov
-1
/
+1
2015-10-13
Merge VariantData and VariantData_
Vadim Petrochenkov
-3
/
+3
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-3
/
+3
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-8
/
+9
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-25
/
+31
2015-09-08
Allow tracking issues for lang features.
Huon Wilson
-2
/
+2
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-26
/
+27
2015-08-24
fallout from moving def-id
Niko Matsakis
-5
/
+3
2015-08-04
rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.
Eduard Burtescu
-1
/
+1
2015-07-24
Add static_recursion feature gate.
Eli Friedman
-4
/
+26
2015-07-24
Allow recursive static variables.
Eli Friedman
-3
/
+1
2015-07-08
Add comments about the checks for recursive variant definition, as requested ...
Sean Patrick Santos
-0
/
+4
2015-06-22
Fix issue #23302, ICE on recursively defined enum variant discriminant.
Sean Patrick Santos
-34
/
+136
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-2
/
+2
2015-04-23
Functional changes for associated constants. Cross-crate usage of associated ...
Sean Patrick Santos
-37
/
+75
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-2
/
+2
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-3
/
+3
2015-01-20
Add error codes to rustc
Brian Anderson
-4
/
+4
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-20
rustc: middle: move DefMap from resolve to def.
Eduard Burtescu
-6
/
+5
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-1
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-1
/
+1
2014-10-29
check_static_recursion: Handle foreign items
Ben Gamari
-1
/
+11
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-13
/
+15
2014-09-14
Separate static item recursion check into its own pass
Brian Koropoff
-0
/
+109