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
/
rustc
/
driver
/
session.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-11
Remove unneeded no_rt flag
Tim Chevalier
-13
/
+9
2012-09-26
turn ast::ident into a struct
Erick Tryzelaar
-1
/
+1
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-27
/
+0
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-20
syntax: Pass the correct crate_cfg to the syntax expander
Brian Anderson
-0
/
+4
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+27
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-3
/
+3
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-3
/
+3
2012-09-12
trans: overhaul match bindings. No more phi, one code path for guards.
Niko Matsakis
-4
/
+3
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-2
/
+2
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-09-07
Do not copy values of type () or _|_
Niko Matsakis
-18
/
+20
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+3
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-9
/
+9
2012-08-31
jit: Correct formatting and argv[0] for JITted programs
Zack Corr
-0
/
+2
2012-08-31
Add experimental JIT compiler
Zack Corr
-0
/
+2
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+18
2012-08-27
Add some counters to metadata.
Graydon Hoare
-1
/
+4
2012-08-26
Camel case the option type
Brian Anderson
-5
/
+5
2012-08-24
Eliminate match checks in trans and typeck
Tim Chevalier
-1
/
+1
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-3
/
+3
2012-08-24
rustc: Add flag for enabling GC.
Elliott Slaughter
-0
/
+2
2012-08-22
intern identifiers
Paul Stansifer
-2
/
+12
2012-08-22
Eliminate many match checks in rustc
Tim Chevalier
-2
/
+14
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-07
Add minor debug mode for measuring type sizes, helper for #3025.
Graydon Hoare
-1
/
+5
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-4
/
+4
2012-08-05
Switch alts to use arrows
Brian Anderson
-12
/
+12
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-26
Nomenclature fixes in the lint checker. Fewer double-negatives.
Graydon Hoare
-5
/
+7
2012-07-25
Added debug flag to enable LLVM debug output.
Elliott Slaughter
-1
/
+3
2012-07-23
Add debug flag to turn off landing pads.
Elliott Slaughter
-1
/
+4
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-1
/
+5
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-40
/
+41
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-2
/
+2
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-2
/
+6
2012-07-11
new option to note where purity is req'd
Niko Matsakis
-1
/
+5
2012-07-11
add ability to report statistics about how borrowck is being used
Niko Matsakis
-3
/
+6
2012-07-10
rustc: Introduce a coherence checker, behind a compile switch for now
Patrick Walton
-3
/
+3
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-1
/
+4
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-1
/
+2
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-1
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-15
/
+15
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-14
/
+14
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-1
/
+1
2012-06-19
rustc: Add a temporary option to not link to the runtime
Brian Anderson
-2
/
+6
2012-06-13
Box AST idents
Brian Anderson
-3
/
+3
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-5
/
+1
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-1
/
+5
[next]