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
/
rustc
Age
Commit message (
Expand
)
Author
Lines
2016-05-12
rustbuild: Add support for crate tests + doctests
Alex Crichton
-0
/
+7
2016-05-10
rustbuild: Tighten dependencies of build scripts
Alex Crichton
-0
/
+3
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-23
/
+29
2016-05-08
Rollup merge of #33404 - gsquire:cargo-lock, r=alexcrichton
Manish Goregaokar
-27
/
+4
2016-05-07
mir: qualify and promote constants.
Eduard Burtescu
-0
/
+3
2016-05-04
add a check to make tidy to ensure cargo lock file is updated
Garrett Squire
-27
/
+6
2016-04-24
rustc: update Cargo.lock
Tamir Duberstein
-0
/
+1
2016-04-19
rustbuild: Run all markdown documentation tests
Alex Crichton
-1
/
+0
2016-04-15
Auto merge of #32895 - alexcrichton:rustbuild-beta, r=brson
bors
-3
/
+37
2016-04-12
tidy: Add a check to ensure Cargo.toml is in sync
Alex Crichton
-0
/
+4
2016-04-11
rustbuild: Fix handling of the bootstrap key
Alex Crichton
-3
/
+37
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-24
/
+0
2016-04-02
Auto merge of #32598 - alexcrichton:rustbuild-osx, r=aturon
bors
-6
/
+0
2016-04-01
rustbuild: Fix dist for non-host targets
Alex Crichton
-22
/
+71
2016-03-29
rustbuild: Fix compile on OSX for 10.7
Alex Crichton
-6
/
+12
2016-03-22
Add rustbuild dependency from `rustc_borrowck` upon `rustc_mir` crate.
Felix S. Klock II
-0
/
+1
2016-03-16
rustbuild: Implement `make dist`
Alex Crichton
-0
/
+15
2016-03-14
rustbuild: Refactor stage arguments away
Alex Crichton
-1
/
+0
2016-03-08
rustbuild: Fix stage1 rustdoc
Alex Crichton
-1
/
+1
2016-03-08
rustbuild: Move rustbook to a `src/tools` directory
Alex Crichton
-28
/
+0
2016-02-28
rustbuild: Sync changes to Cargo.lock
Alex Crichton
-2
/
+0
2016-02-21
rustbuild: Sync some Cargo.toml/lib.rs dependencies
Alex Crichton
-13
/
+11
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+12
2016-02-11
Add a Cargo-based build system
Alex Crichton
-0
/
+652
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-61681
/
+0
2012-11-07
rustc: Long lines
Patrick Walton
-1
/
+2
2012-11-07
rustc: Implement the Drop trait. r=brson
Patrick Walton
-2
/
+101
2012-11-06
rustc: reuse const vals, translate fn paths as consts. Close #2530.
Graydon Hoare
-28
/
+48
2012-11-06
Cleanup how we handle proto in types, remove unsound subtyping
Niko Matsakis
-693
/
+576
2012-11-05
rustc: Stop declaring unused upcalls
Brian Anderson
-27
/
+1
2012-11-05
rustc: Implement deriving involving generic bounded traits. r=brson
Patrick Walton
-36
/
+147
2012-11-05
rustc: Implement parsing and typechecking for "once fn"
Patrick Walton
-41
/
+171
2012-11-02
rustc: Refactor vtable lookup to use a vtable context, so that it can be call...
Patrick Walton
-62
/
+101
2012-11-02
rustc: Eliminate the necessity of having an expr in order to call lookup_vtab...
Patrick Walton
-44
/
+80
2012-11-02
rustc: Implement ~Trait. r=nmatsakis
Patrick Walton
-32
/
+121
2012-11-02
rustc: Implement dereference via unary '*' for structs. r=nmatsakis
Patrick Walton
-0
/
+51
2012-11-02
rustc: Implement translation of pattern matching for tuple structs and unit-l...
Patrick Walton
-79
/
+225
2012-11-02
rustc: Implement typechecking, exhaustiveness checking, and borrow checking f...
Patrick Walton
-71
/
+166
2012-11-01
Long lines
Brian Anderson
-1
/
+2
2012-11-01
Support #[cfg] on methods
Brian Anderson
-0
/
+28
2012-11-01
rustc: Fix tab characters
Patrick Walton
-30
/
+30
2012-11-01
rustc: Stop overwriting trait static method types when checking generic trait...
Patrick Walton
-6
/
+34
2012-10-31
rustc: Swap argument order in drop_and_cancel_clean
Brian Anderson
-2
/
+2
2012-10-31
Merge remote-tracking branch 'vertexclique/incoming'
Brian Anderson
-1
/
+7
2012-11-01
change function and place in expr.rs
Mahmut Bulut
-20
/
+7
2012-10-31
Fix checking of duplicate and missing struct field initializers. Closes #3486...
Brian Anderson
-5
/
+9
2012-10-30
Preserve parenthesization in the AST
Tim Chevalier
-33
/
+58
2012-10-30
* dropnzero_val fn added
Mahmut Bulut
-1
/
+20
2012-10-30
rustc: Translate "deriving" for monomorphic intra-crate enums. r=brson
Patrick Walton
-38
/
+182
2012-10-30
rustc: Instantiate trait refs for automatically-derived implementations. Shou...
Patrick Walton
-5
/
+18
[next]