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
/
test
/
pretty
Age
Commit message (
Expand
)
Author
Lines
2015-11-26
Added stmt_expr_attribute feature gate
Marvin Löbel
-0
/
+1
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-0
/
+281
2015-09-17
Changes to tests
Nick Cameron
-4
/
+3
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-4
/
+2
2015-08-11
Fix #27567: remove --crate-type=lib from pretty test
Tim Neumann
-0
/
+22
2015-08-11
remove unused file in test/pretty
Tim Neumann
-5
/
+0
2015-08-08
rustc: rename multiple imports in a list
Sean McArthur
-0
/
+14
2015-07-05
Feature-gate #[prelude_import].
Eduard Burtescu
-1
/
+1
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-1
/
+1
2015-06-12
ignore-test cleanup
Steve Klabnik
-22
/
+0
2015-05-04
Correct pretty-printing of `type Foo<T> where T: Bound = ...;`
Felix S. Klock II
-0
/
+17
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-4
/
+2
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-01
Fallout in tests
Niko Matsakis
-1
/
+1
2015-03-30
Fallout in tests: largely changes to error messages.
Niko Matsakis
-13
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-32
/
+32
2015-03-24
rollup merge of #23546: alexcrichton/hyphens
Alex Crichton
-2
/
+2
2015-03-24
rustc: Add support for `extern crate foo as bar`
Alex Crichton
-2
/
+2
2015-03-25
Add trivial cast lints.
Nick Cameron
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-1
/
+1
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-4
/
+0
2015-03-06
syntax: Remove deprecated unicode escapes
Alex Crichton
-8
/
+10
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-5
/
+5
2015-02-22
Fix test fallouts
Flavio Percoco
-1
/
+3
2015-02-22
Test all the things
Flavio Percoco
-0
/
+19
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-3
/
+5
2015-02-18
Fallout: tests. As tests frequently elide things, lots of changes
Niko Matsakis
-3
/
+5
2015-02-18
Fix remaining bench/debuginfo tests (and a few stragglers)
Niko Matsakis
-9
/
+9
2015-02-18
Convert required suffixes into a use of `as`.
Niko Matsakis
-1
/
+1
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-8
/
+8
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-0
/
+1
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-34
/
+34
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-01-31
Kill more `isize`s
Tobias Bucher
-20
/
+19
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-37
/
+37
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-32
/
+30
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-37
/
+37
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-2
/
+1
2015-01-21
tests: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-2
/
+2
2015-01-18
Make output type in ast::FnDecl optional
Seo Sanghyeon
-0
/
+17
2015-01-16
fix pretty test fallout
Flavio Percoco
-6
/
+2
2015-01-07
More test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-1
/
+0
2015-01-06
test fallout from isize/usize
Corey Richardson
-24
/
+25
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-2
/
+1
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-2
/
+1
2015-01-05
fix pretty tests
Jorge Aparicio
-5
/
+5
2015-01-04
Put negative trait implemtations behind a feature gate
Flavio Percoco
-0
/
+2
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-0
/
+21
[next]