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
/
libsyntax
/
ext
/
pipes
/
liveness.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-25
great renaming propagation: syntax
Corey Richardson
-2
/
+0
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-4
/
+4
2013-06-11
fix tests, remove some warnings
Huon Wilson
-1
/
+0
2013-06-10
std: remove str::{connect,concat}*.
Huon Wilson
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+1
2013-05-22
librustc: Change `std` to `extra` throughout libsyntax and librustc
Patrick Walton
-1
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
syntax/ext: modernise ext_ctxt to be CamelCase and use new.
Huon Wilson
-2
/
+2
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-1
/
+1
2013-05-05
Fix two more write guard failures
Niko Matsakis
-1
/
+1
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-1
/
+0
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-2
/
+2
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-3
/
+0
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-2
/
+2
2013-03-15
impl Clone for ~T, ~[T], ~str
Ben Striegel
-1
/
+1
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-1
/
+1
2013-02-26
libsyntax: remove vecs_implicitly_copyable from the syntax extensions
Erick Tryzelaar
-1
/
+1
2013-02-17
Modernize bitv mut fields and explicit self
Alex Crichton
-4
/
+8
2013-02-15
libsyntax: Get rid of uses of `move` and don't parse it.
Luqman Aden
-1
/
+1
2013-01-29
libsyntax: De-export libsyntax. rs=deexporting
Patrick Walton
-1
/
+1
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-1
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+5
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-5
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+5
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-0
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-14
Add types for character position and byte position in the codemap
Brian Anderson
-2
/
+0
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-10
Make all moves explicit in libsyntax
Tim Chevalier
-1
/
+1
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-28
CamelCasify lots of std
Ben Striegel
-3
/
+3
2012-08-26
Camel case the option type
Brian Anderson
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-8
/
+8
2012-08-22
intern identifiers
Paul Stansifer
-3
/
+3
2012-08-08
Convert impls to new syntax
Brian Anderson
-3
/
+0
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-8
/
+8
2012-07-29
Rewrite bitv to use classes and optimize its representation
Tim Chevalier
-2
/
+2
2012-07-25
Refactor the bounded pingpong example to avoid needing to generate unsafe code.
Eric Holk
-0
/
+3
2012-07-17
Added liveness analysis for protocols, and removed warnings about empty states.
Eric Holk
-0
/
+91