| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
rs=implflipping
|
|
|
|
|
|
|
|
LinearMap is quite a bit faster, and is fully owned/sendable without
requiring copies. The older std::map also doesn't use explicit self and
relies on mutable fields.
|
|
|
|
|
|
|
|
Specifically:
ast_map::ctx
ast_util::id_range
diagnostic::{handler_t,codemap_t}
auto_encode::field
ext::base::{macro_def,syntax_expander_tt,syntax_expander_tt_item}
ext::pipes::proto::next_state
|
|
module scope. r=tjc
|
|
nearest module scope. r=tjc"
This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6.
|
|
module scope. r=tjc
|
|
contain at least two components. r=graydon
|
|
Closes #3713.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rs=refactoring
|
|
|
|
|
|
|
|
|
|
trait. r=brson
|
|
r=brson
|
|
Conflicts:
src/libsyntax/ext/source_util.rs
|
|
r=brson, Close #3976.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit replaces nearly all remaining uses of #fmt, #debug, #error,
and #info, and fixes some error messages...
|
|
This reverts commit a33535e441dc5461fec0489069a1491367ad1c91.
|
|
This reverts commit 0bd6da8a8c93143325cb45e8a074ccf7121ca168.
|
|
|
|
|
|
|
|
|
|
|
|
Needs a snapshot before this can be completed, because I changed
the mode for conv_poly.
|