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
/
codemap.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-02
fix numerous dynamic borrow failures
Niko Matsakis
-1
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-12
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-2
/
+2
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-10
libsyntax comments only
John Clements
-0
/
+4
2013-04-08
Removing no longer needed unsafe blocks
Alex Crichton
-9
/
+7
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-5
/
+5
2013-03-27
derive Eq and Clone impls where applicable
Andrew Paseltiner
-10
/
+2
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-31
/
+31
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-5
/
+5
2013-03-22
syntax: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-21
auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclements
bors
-4
/
+4
2013-03-21
back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...
Marvin Löbel
-2
/
+2
2013-03-21
renamed str::view -> slice_DBG_BRWD
Marvin Löbel
-3
/
+3
2013-03-20
change some uses of fail_unless to assert_eq
John Clements
-4
/
+4
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-9
/
+13
2013-03-15
add nonempty encoding for spans
John Clements
-1
/
+1
2013-03-11
libsyntax: Remove newtype enums from libsyntax. rs=deenum
Patrick Walton
-2
/
+2
2013-03-08
syntax: Remove uses of DVec
Alex Crichton
-5
/
+4
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-6
/
+6
2013-03-07
libsyntax: Stop parsing structural record types
Patrick Walton
-8
/
+0
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+0
2013-03-03
libsyntax: deny deprecated_self in libsyntax
Erick Tryzelaar
-3
/
+7
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-15
/
+15
2013-02-22
libsyntax: Remove all mutable fields from libsyntax. rs=demuting
Patrick Walton
-3
/
+3
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-2
/
+7
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-2
/
+2
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-15
/
+15
2013-02-15
libsyntax: Get rid of uses of `move` and don't parse it.
Luqman Aden
-2
/
+2
2013-02-13
auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphism
bors
-0
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-02-13
deriving-eq all over ast
John Clements
-0
/
+1
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-2
/
+2
2013-01-31
test cases, cleanup
John Clements
-28
/
+102
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-3
/
+3
2013-01-30
librustc: Change `self` as a type to `Self` everywhere. r=brson
Patrick Walton
-1
/
+1
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deëxporting
Patrick Walton
-15
/
+15
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-1
/
+1
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-8
/
+10
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Implement GLB algorithm. (Issue #2263)
Niko Matsakis
-0
/
+4
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+8
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-9
/
+6
2012-12-09
Remove transitional code
Brian Anderson
-18
/
+0
2012-12-05
Convert Num to explicit self
Brian Anderson
-39
/
+35
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-1
/
+1
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-4
/
+4
[prev]
[next]