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-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