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.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
syntax: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-5
/
+5
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-36
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-8
/
+0
2013-05-01
rustc: remove the rest of drop
Erick Tryzelaar
-28
/
+1
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-35
/
+34
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-5
/
+0
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-16
/
+16
2013-04-03
rename Linear{Map,Set} => Hash{Map,Set}
Daniel Micay
-3
/
+3
2013-04-03
hashmap: rm linear namespace
Daniel Micay
-1
/
+1
2013-03-31
Fix warnings
Brian Anderson
-1
/
+0
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-7
/
+4
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-26
Move ast_map::map to LinearMap
Alex Crichton
-19
/
+19
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-2
/
+2
2013-03-19
librustc: Enforce privacy for static methods.
Patrick Walton
-3
/
+13
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-3
/
+3
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-3
/
+3
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-3
/
+0
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-0
/
+1
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-0
/
+1
2013-02-28
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-3
/
+3
2013-02-27
auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...
bors
-1
/
+1
2013-02-27
Introduce lifetime declarations into the lists of type parameters.
Niko Matsakis
-1
/
+1
2013-02-27
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-1
/
+1
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-25
libsyntax: add some explicit copies
Erick Tryzelaar
-6
/
+9
2013-02-25
libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free
Erick Tryzelaar
-10
/
+10
2013-02-25
libsyntax: convert visit to pass ty_params by reference
Erick Tryzelaar
-70
/
+92
2013-02-19
libsyntax: make enum variants take refs
Erick Tryzelaar
-3
/
+3
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-02-07
librustc: Lots of de-muting. rs=demuting
Patrick Walton
-26
/
+30
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-2
/
+2
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-2
/
+2
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-2
/
+2
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-4
/
+4
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-30
librustc: Remove legacy exports from the language. r=brson
Patrick Walton
-24
/
+0
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deëxporting
Patrick Walton
-33
/
+33
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-1
/
+1
2013-01-24
syntax/rustc: Less copy
Tim Chevalier
-3
/
+3
2013-01-22
syntax/rustc: Make some metadata-related functions take slices, kill bad copies
Tim Chevalier
-4
/
+4
2013-01-20
Convert many libsyntax records into structs
Erick Tryzelaar
-11
/
+19
2013-01-14
convert ast::struct_dtor_ into a struct
Erick Tryzelaar
-2
/
+6
2013-01-10
librustc: Implement a #[no_mangle] attribute to suppress name mangling. r=brson
Patrick Walton
-0
/
+7
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-1
/
+1
2013-01-09
syntax: convert ast::spanned into a struct
Erick Tryzelaar
-6
/
+9
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
[next]