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
Age
Commit message (
Expand
)
Author
Lines
2017-01-19
mk: Fix compile with makefiles
Alex Crichton
-5
/
+10
2017-01-19
OpenBSD has two stdc++ libraries: use the newer
Sébastien Marie
-2
/
+9
2017-01-19
let BSD to use gmake for GNU-make
Sébastien Marie
-4
/
+20
2017-01-19
disable run-pass/backtrace for openbsd
Sébastien Marie
-0
/
+1
2017-01-19
Disconnect ar from cc on OpenBSD
Sébastien Marie
-0
/
+2
2017-01-19
tolerate `None` return from `get_line`
Niko Matsakis
-1
/
+1
2017-01-19
more complete error message
Niko Matsakis
-1
/
+1
2017-01-19
only consider value items when searching for methods, not types
Niko Matsakis
-2
/
+24
2017-01-17
Unbreak beta.
Jeffrey Seyfried
-1
/
+2
2017-01-17
rustbuild: Don't enable debuginfo in rustc
Alex Crichton
-0
/
+16
2017-01-17
fix function arguments in constant promotion
Ariel Ben-Yehuda
-13
/
+22
2017-01-17
Improve the warning cycle for `use $crate;`.
Jeffrey Seyfried
-4
/
+14
2017-01-11
Use little-endian encoding for Blake2 hashing on all architectures
Ariel Ben-Yehuda
-6
/
+10
2017-01-07
Merge pull request #38884 from nikomatsakis/beta-unmerged
Alex Crichton
-40
/
+264
2017-01-06
Don't `unused_qualifications`-check global paths.
Jeffrey Seyfried
-5
/
+6
2017-01-06
Add regression test.
Jeffrey Seyfried
-0
/
+43
2017-01-06
Fold all spans in the AST.
Jeffrey Seyfried
-7
/
+7
2017-01-06
Fix tidy warning
Jonathan Turner
-0
/
+10
2017-01-06
Add in test for E0090
Jonathan Turner
-0
/
+5
2017-01-06
Add back in previous logic and remove span shrinking
Jonathan Turner
-1
/
+8
2017-01-06
rebase backport of #38855 onto beta
Niko Matsakis
-1
/
+1
2017-01-06
Fix ICE on i686 when calling immediate() on OperandValue::Ref in return
Mark Simulacrum
-1
/
+26
2017-01-06
fix help for the --print option
Doug Goldstein
-1
/
+2
2017-01-06
std: Don't pass overlapped handles to processes
Alex Crichton
-29
/
+153
2017-01-06
rustbuild: Stop building docs for std dependancies
Oliver Middleton
-1
/
+10
2017-01-06
Document custom derive.
Steve Klabnik
-12
/
+258
2017-01-06
rustc: Stabilize the `proc_macro` feature
Alex Crichton
-188
/
+13
2017-01-06
rustbuild: Fix source tarballs and the vendor dir
Alex Crichton
-0
/
+7
2017-01-06
Fix mistake.
Without Boats
-1
/
+1
2017-01-06
Add test.
Without Boats
-0
/
+16
2017-01-06
Improve error message.
Without Boats
-1
/
+1
2017-01-06
Prevent where < ident > from parsing.
Without Boats
-0
/
+17
2017-01-06
Revert "Update for changes to TraitItem on master."
Niko Matsakis
-3
/
+3
2017-01-06
Fix rustdoc ICE.
Jeffrey Seyfried
-0
/
+58
2017-01-06
Update for changes to TraitItem on master.
Eduard-Mihai Burtescu
-3
/
+3
2017-01-06
Don't leak the compiler's internal representation of scopes in error messages.
Eduard-Mihai Burtescu
-15
/
+99
2017-01-06
rebase: remove `tcx` from `associated_item`
Niko Matsakis
-8
/
+6
2017-01-06
Regression test and exploratory unit test.
Felix S. Klock II
-0
/
+249
2017-01-06
Dont check stability for items that are not pub to universe.
Felix S. Klock II
-1
/
+36
2017-01-06
Style fixes
Josh Driver
-6
/
+3
2017-01-06
Stop macro calls in structs for proc_macro_derive from panicing
Josh Driver
-1
/
+62
2017-01-06
Fix regression with duplicate `#[macro_export] macro_rules!`.
Jeffrey Seyfried
-1
/
+42
2017-01-06
fix promotion of MIR terminators
Ariel Ben-Yehuda
-79
/
+87
2016-12-30
Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings.
Jeffrey Seyfried
-28
/
+111
2016-12-30
rustbuild: Stop building docs for libtest by default
Oliver Middleton
-1
/
+1
2016-12-30
rustbuild: Update Cargo download location
Alex Crichton
-14
/
+10
2016-12-30
Fix closure debuginfo.
Austin Hicks
-5
/
+9
2016-12-30
Disable field reordering
Austin Hicks
-36
/
+36
2016-12-30
Fix non-termination in `resolve`.
Jeffrey Seyfried
-2
/
+5
2016-12-30
clear discriminant drop flag at the bottom of a ladder
Ariel Ben-Yehuda
-38
/
+93
[next]