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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ast_map
Age
Commit message (
Expand
)
Author
Lines
2014-11-07
Update parser with `for` syntax
Niko Matsakis
-1
/
+1
2014-11-06
Remove the unboxed closure `|:|` notation from types and trait references com...
Niko Matsakis
-3
/
+0
2014-11-03
Restructure AST so that the associated type definition carries
Niko Matsakis
-6
/
+8
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-23
/
+23
2014-10-21
Change method lookup infrastructure to use the trait methods. Instead
Niko Matsakis
-0
/
+8
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+5
2014-10-16
libsyntax: Remove all uses of {:?}.
Luqman Aden
-3
/
+4
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-0
/
+1
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-1
/
+1
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-27
/
+84
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-41
/
+41
2014-09-14
syntax: ast_map: use borrowed references into the AST.
Eduard Burtescu
-251
/
+343
2014-08-29
Register new snapshots
Alex Crichton
-14
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-6
/
+16
2014-08-14
librustc: Implement simple `where` clauses.
Patrick Walton
-9
/
+12
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-62
/
+108
2014-08-13
librustc: Parse, but do not fully turn on, the `ref` keyword for
Patrick Walton
-1
/
+1
2014-08-09
Helper method for `pprust::State` for printing instances of `ast_map::Node`.
Felix S. Klock II
-0
/
+29
2014-08-09
ast_map: Added iterator over all node id's that match a path suffix.
Felix S. Klock II
-1
/
+132
2014-07-29
Refactored syntax::fold.
Marvin Löbel
-1
/
+1
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-3
/
+5
2014-07-15
change to new trait style for method field refs
John Clements
-4
/
+4
2014-07-15
Extend --pretty flowgraph=ID to include dataflow results in output.
Felix S. Klock II
-0
/
+978