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
/
librustc
/
driver
/
session.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-4
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-7
/
+7
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-23
/
+23
2013-03-22
rustc: replace uses of old deriving attribute with new one
Andrew Paseltiner
-3
/
+3
2013-03-13
librustc: Remove "base types" from the language.
Patrick Walton
-39
/
+39
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-3
/
+3
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-7
/
+7
2013-03-06
Merge remote-tracking branch 'brson/cross7'
Brian Anderson
-1
/
+3
2013-03-05
mk: --android-cross-path to rustc
Young-il Choi
-1
/
+3
2013-03-04
Adding missing imports for tests, and gate off others
Alex Crichton
-3
/
+0
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-2
/
+0
2013-03-03
rustc: MIPS32 support
Jyun-Yan You
-1
/
+1
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-2
/
+2
2013-02-25
libsyntax: Convert ast::attribute_ to store a @meta_item
Erick Tryzelaar
-1
/
+1
2013-02-22
De-implicit-self librustc
Ben Striegel
-38
/
+48
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-2
/
+2
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-37
/
+41
2013-02-19
librustc: change driver::session::Session::str_of to return @~str
Erick Tryzelaar
-2
/
+2
2013-02-19
convert ast::meta_items to take @~strs
Erick Tryzelaar
-1
/
+1
2013-02-19
convert syntax::attr to use @~strs
Erick Tryzelaar
-1
/
+1
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-21
/
+3
2013-02-07
auto merge of #4834 : veddan/rust/zflags, r=graydon
bors
-0
/
+12
2013-02-07
librustc: Lots of de-muting. rs=demuting
Patrick Walton
-16
/
+17
2013-02-08
Added a few missing 'pub's
Viktor Dahl
-5
/
+5
2013-02-08
Moved experimental compiler flags to -Z (#4740)
Viktor Dahl
-0
/
+12
2013-01-31
cleanup for make check
John Clements
-4
/
+5
2013-01-31
test cases, cleanup
John Clements
-4
/
+4
2013-01-29
librustc: De-export driver. rs=deexport
Patrick Walton
-63
/
+64
2013-01-20
convert the remaining ast record types into structs
Erick Tryzelaar
-1
/
+1
2013-01-15
librustc: minor missing change for crate-as-struct.
Graydon Hoare
-1
/
+1
2013-01-14
convert ast::attribute_ and ast::view_item to a struct
Erick Tryzelaar
-1
/
+1
2013-01-13
Support ARM and Android
kyeongwoon
-1
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+7
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-7
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+7
2013-01-07
librustc: Fix some librustc test modes. rs=bustage
Patrick Walton
-1
/
+1
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-6
/
+7
2012-12-27
librustc: Fix some unresolved imports in the test runner. rs=bustage
Patrick Walton
-0
/
+1
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+8
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-6
/
+7
2012-12-06
Remove hack to not use type_use on x86
Brian Anderson
-4
/
+1
2012-12-06
Turn off type_use on x86. #4127
Brian Anderson
-1
/
+4
2012-12-05
librustc: Implement "-Z no-monomorphic-collapse" as a debugging tool to diagn...
Patrick Walton
-0
/
+6
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
-30
/
+0
2012-11-26
Remove the crate language
Brian Anderson
-1
/
+0
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+30
2012-11-12
Remove CodeMap box typedef from codemap
Brian Anderson
-1
/
+1
[next]