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
/
parse
/
comments.rs
Age
Commit message (
Expand
)
Author
Lines
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+3
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-3
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+3
2013-01-04
Rename option::get_default => get_or_default, get_zero => get_or_zero
Tim Chevalier
-1
/
+1
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-4
/
+15
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-3
/
+2
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-28
Register snapshots
Brian Anderson
-12
/
+0
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+12
2012-11-16
Stop tracking CodeMap offsets in the parse session. Big simplification
Brian Anderson
-1
/
+2
2012-11-16
Stop storing char positions in CodeMap
Brian Anderson
-10
/
+6
2012-11-16
Change spans to use byte offsets instead of char offsets
Brian Anderson
-6
/
+6
2012-11-15
Refactor the lexer to use FilePos types
Brian Anderson
-5
/
+5
2012-11-14
Track character and byte positions together in the parser
Brian Anderson
-3
/
+7
2012-11-14
Add types for character position and byte position in the codemap
Brian Anderson
-7
/
+12
2012-11-14
Camel case all the codemap types except span
Brian Anderson
-2
/
+2
2012-11-12
Move filemap ctors to static methods
Brian Anderson
-1
/
+2
2012-11-12
Remove filemap box typedef from codemap
Brian Anderson
-1
/
+1
2012-10-05
Remove uses of mutable ref mode.
Tim Chevalier
-14
/
+14
2012-10-05
Revert "wip"
Tim Chevalier
-14
/
+14
2012-10-05
wip
Tim Chevalier
-14
/
+14
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-7
/
+7
2012-09-26
Refactoring ReaderUtil trait, combining it with the traitless impl on Reader.
Eric Holk
-0
/
+1
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-11
/
+0
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-1
/
+1
2012-09-21
libcore: De-mode str
Patrick Walton
-2
/
+2
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+11
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-0
/
+9
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-1
/
+1
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-3
/
+3
2012-08-31
Make utility funs in core::int, core::uint, etc. not by-reference
Tim Chevalier
-1
/
+1
2012-08-29
core: Demode int/uint mods
Brian Anderson
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-4
/
+4
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-10
/
+10
2012-08-22
intern identifiers
Paul Stansifer
-1
/
+1
2012-08-22
Centralize ident interner generation.
Paul Stansifer
-4
/
+1
2012-08-15
rustc: "as Trait" can now be written "as @Trait".
Patrick Walton
-2
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-11
/
+13
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-10
/
+10
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-40
/
+40
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-1
/
+1
2012-07-12
Get rid of all of the remaining /~s in the code base.
Michael Sullivan
-5
/
+5
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-2
/
+2
2012-07-09
Revert "rustc: Switch over to resolve3" due to Linux failures
Patrick Walton
-2
/
+2
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-2
/
+2
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-0
/
+1
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-1
/
+0
[next]