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
/
libsyntax
/
ext
/
asm.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-14
Disallow a form of invalid asm! macro
Simonas Kazlauskas
-0
/
+6
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+1
2014-12-03
Replace `equiv` method calls with `==` operator sugar
Jorge Aparicio
-4
/
+4
2014-11-30
auto merge of #19415 : P1start/rust/error-message-fixes, r=alexcrichton
bors
-1
/
+1
2014-11-30
Adjust some error messages to start with a lowercase letter and not finish wi...
P1start
-1
/
+1
2014-11-30
syntax: Make `asm!` clobbers a proper vector.
Kang Seonghoon
-7
/
+3
2014-11-18
rollup merge of #18911: canndrew/slice_shift_char
Jakub Bukaj
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-17
change return type of slice_shift_char
Andrew Cann
-2
/
+2
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-4
/
+4
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-23
/
+23
2014-09-28
Keep ExpnId abstract by providing conversions
Keegan McAllister
-1
/
+1
2014-09-27
Translate inline assembly errors back to source locations
Keegan McAllister
-1
/
+12
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-4
/
+3
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+2
2014-08-24
Adjust the error messages to match the pattern "expected foo, found bar"
Jonas Hietala
-1
/
+1
2014-08-19
Fix double evaluation of read+write operands
Piotr Czarnecki
-14
/
+4
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-07-03
Simplify creating a parser from a token tree
Piotr Jawniak
-7
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-23
/
+0
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-0
/
+2
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+23
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-2
/
+1
2014-05-27
std: Remove String's to_owned
Richo Healey
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+3
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+2
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-16
syntax: unify all MacResult's into a single trait.
Huon Wilson
-3
/
+3
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-2
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-13
Fix and improve inline assembly.
Piotr Czarnecki
-50
/
+69
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-1
/
+5
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-3
/
+3
2014-02-18
Avoid returning original macro if expansion fails.
Douglas Young
-1
/
+1
2014-02-02
libsyntax: Remove all `@str` from the AST
Patrick Walton
-9
/
+9
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-2
/
+3
2014-01-18
syntax::ext: replace span_fatal with span_err in many places.
Huon Wilson
-3
/
+6
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-4
/
+4
2014-01-02
libsyntax: De-`@mut` `Parser::last_span`
Patrick Walton
-4
/
+4
2014-01-02
libsyntax: De-`@mut` `token` in the parser
Patrick Walton
-16
/
+16
2014-01-02
libsyntax: Make the parser mutable
Patrick Walton
-3
/
+3
2013-12-29
Start passing around &mut ExtCtxt
Steven Fackler
-1
/
+1
2013-12-28
Stop using @ExtCtxt
Steven Fackler
-1
/
+1
2013-10-18
Handle inline asm outputs as write-only in liveness, borrowck and trans.
Eduard Burtescu
-6
/
+15
2013-10-08
add new enum ast::StrStyle as field to ast::lit_str
Benjamin Herr
-6
/
+12
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-1
/
+1
[next]