]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-02-08 Jeffrey SeyfriedWrite and use increment_outstanding_references_for...
2016-02-08 Jeffrey SeyfriedRefactor away the fields id and is_public of ImportReso...
2016-02-08 Jeffrey SeyfriedRefactor away separate tracking of used_public and...
2016-02-08 Jeffrey SeyfriedExpand NameBinding to better represent bindings from...
2016-02-08 Jeffrey SeyfriedAdd and use an arena for `NameBinding`s
2016-02-08 Jeffrey SeyfriedRefactor away Target
2016-02-08 Jeffrey SeyfriedMake resolve_name_in_module solely responsible for...
2016-02-05 borsAuto merge of #31304 - nikomatsakis:incr-comp-read...
2016-02-05 Niko MatsakisAddress nits.
2016-02-05 Niko MatsakisUpdate collect to use the standard visit routine, rathe...
2016-02-05 Niko MatsakisInstrument a bunch of tasks that employ the HIR map...
2016-02-05 Niko MatsakisInstrument the AST map so that it registers reads when...
2016-02-05 Niko MatsakisAdd a local counter that tracks how many tasks are...
2016-02-05 borsAuto merge of #31349 - nikomatsakis:issue-31157-obligat...
2016-02-05 borsAuto merge of #31400 - durka:civilized-deriving, r...
2016-02-05 borsAuto merge of #31390 - dotdash:fix_quadratic_drop,...
2016-02-05 borsAuto merge of #31389 - mitaa:schars, r=nrc
2016-02-05 borsAuto merge of #31388 - gmbonnet:compiler-rt-werror...
2016-02-05 borsAuto merge of #31386 - tbu-:pr_cow_from_vec, r=alexcrichton
2016-02-05 borsAuto merge of #31321 - jseyfried:cleanup, r=nrc
2016-02-05 borsAuto merge of #30865 - alexcrichton:mtime-system-time...
2016-02-04 borsAuto merge of #31416 - steveklabnik:rollup, r=steveklabnik
2016-02-04 Steve KlabnikRollup merge of #31415 - tshepang:2-space-indent, r...
2016-02-04 Steve KlabnikRollup merge of #31413 - tshepang:improve, r=steveklabnik
2016-02-04 Steve KlabnikRollup merge of #31412 - tshepang:add-trailing-commas...
2016-02-04 Steve KlabnikRollup merge of #31411 - tshepang:idiom, r=steveklabnik
2016-02-04 Steve KlabnikRollup merge of #31401 - frewsxcv:clarify-ascii, r...
2016-02-04 Steve KlabnikRollup merge of #31396 - mbrubeck:grammar-stmts, r...
2016-02-04 Steve KlabnikRollup merge of #31007 - pra85:license, r=aturon
2016-02-04 Tshepang Lekhonkhobedoc: Rust indents are 4-space wide by convention
2016-02-04 Alex Crichtonstd: Expose SystemTime accessors on fs::Metadata
2016-02-04 borsAuto merge of #30759 - Manishearth:attr-tls, r=alexcrichton
2016-02-04 Tshepang Lekhonkhobereference: add trailing commas
2016-02-04 Tshepang Lekhonkhobereference: make the line a little more readable
2016-02-04 Tshepang Lekhonkhobereference: explicit return at function end is not idiomatic
2016-02-04 borsAuto merge of #31360 - pitdicker:fs_tests_cleanup,...
2016-02-04 Manish GoregaokarTest for unsafe code in TLS macro
2016-02-04 Manish GoregaokarStop using unsafe code in TLS macro expansion (fixes...
2016-02-04 Corey FarwellClarify scenario where AsciiExt appears to operate...
2016-02-04 borsAuto merge of #31382 - DanielJCampbell:SaveSpans, r=nrc
2016-02-04 Paul DickerAllow dead code for `symlink_junction()`
2016-02-04 borsAuto merge of #31161 - sfackler:slice-to-socket-addrs...
2016-02-04 borsAuto merge of #31069 - sfackler:file-try-clone, r=alexc...
2016-02-04 Steven FacklerImplement ToSocketAddrs for &[SocketAddr]
2016-02-04 Steven FacklerAdd File::try_clone
2016-02-04 borsAuto merge of #31378 - nagisa:target-man, r=alexcrichton
2016-02-04 borsAuto merge of #31326 - sdleffler:master, r=nikomatsakis
2016-02-04 Alex Burkatest #[derive(FromPrimitive)] triggers custom-derive...
2016-02-04 borsAuto merge of #30962 - Amanieu:non_volatile_atomic...
2016-02-04 Alex Burkaremove dead #[derive(FromPrimitive)] code
2016-02-04 borsAuto merge of #30796 - GuillaumeGomez:impl_box_error...
2016-02-03 Jeffrey SeyfriedRemove unneeded borrows and slices
2016-02-03 Jeffrey SeyfriedRemove unneeded use of Cell
2016-02-03 Jeffrey SeyfriedRefactor away resolve_item_by_name_in_lexical_scope
2016-02-03 Jeffrey SeyfriedRefactor resolve_import_for_module
2016-02-03 Jeffrey SeyfriedRefactor away resolve_module_in_lexical_scope
2016-02-03 Jeffrey SeyfriedRefactor block_needs_anonymous_module
2016-02-03 Jeffrey SeyfriedRefactor more functionality into record_import_use
2016-02-03 Jeffrey SeyfriedRefactor resolve_item_in_lexical_scope
2016-02-03 Jeffrey SeyfriedImprove detection of unused imports
2016-02-03 Björn SteinbrinkAvoid quadratic growth of functions due to cleanups
2016-02-03 borsAuto merge of #31078 - nbaksalyar:illumos, r=alexcrichton
2016-02-03 Matt BrubeckRemove redundant semicolon from "block_expr" in grammar...
2016-02-03 Tobias BucherAdd tests for `Cow::from` for strings, vectors and...
2016-02-03 Tobias BucherAdd `Cow::from` for `Vec` and slices
2016-02-03 borsAuto merge of #30834 - reem:rwlock-read-guard-map,...
2016-02-03 Paul DickerReformat comments
2016-02-03 Paul DickerAdress comments
2016-02-03 borsAuto merge of #31056 - kamalmarhubi:std-process-nul...
2016-02-03 mitaaFix rendering of single-char-span
2016-02-03 Kamal Marhubistd: Properly handle interior NULs in std::process
2016-02-03 Guillaume Bonnetcompiler-rt: Handle -Werror=* arguments in CFLAGS
2016-02-03 borsAuto merge of #31371 - apasel422:docs, r=alexcrichton
2016-02-03 Nikita BaksalyarFix broken auto-mac-ios-opt build
2016-02-03 borsAuto merge of #31385 - oli-obk:doc/mir, r=nagisa
2016-02-03 Oliver Schneiderupgrade comments on MIR structures and functions to...
2016-02-03 borsAuto merge of #31375 - nagisa:path-docs, r=alexcrichton
2016-02-03 Simonas KazlauskasImprove wording of --target help
2016-02-03 borsAuto merge of #31338 - dirk:dirk/add-name-bindings...
2016-02-03 Daniel CampbellChanged macro spans in CSVs to point to the macro name...
2016-02-03 borsAuto merge of #31263 - dhuseby:fixing_bsd_builds, r...
2016-02-03 Dave Husebytrying again at fixing stackp initialization
2016-02-03 Dave Husebysimplifying get_stack
2016-02-03 Dave Husebyrefactoring get_stack to be cleaner
2016-02-03 Dave Husebyunifying name_bytes now that the two blocks are the...
2016-02-03 Dave HusebyFixes #31229
2016-02-03 Dirk GadsdenSpelling fix in `middle::def::Def`
2016-02-03 Dirk GadsdenAdd fake import resolutions & targets for names in...
2016-02-03 borsAuto merge of #31319 - alexcrichton:msvc-backtraces...
2016-02-03 borsAuto merge of #31370 - Manishearth:rollup, r=Manishearth
2016-02-03 Jonathan ReemAdd issue number to guard map methods.
2016-02-02 Simonas KazlauskasImprove docs for Path::methods
2016-02-02 borsAuto merge of #31361 - alexcrichton:revert-mk-changes...
2016-02-02 Andrew PaseltinerCorrect `linked_list::IntoIter` doc comment
2016-02-02 Manish GoregaokarRollup merge of #31366 - paulsmith:patch-1, r=steveklabnik
2016-02-02 Manish GoregaokarRollup merge of #31352 - steveklabnik:gh31154, r=nikoma...
2016-02-02 Manish GoregaokarRollup merge of #31351 - steveklabnik:gh31318, r=alexcr...
2016-02-02 Manish GoregaokarRollup merge of #31347 - GuillaumeGomez:fix_E0118,...
2016-02-02 Manish GoregaokarRollup merge of #31332 - durka:errorck-fileline, r...
2016-02-02 Manish GoregaokarRollup merge of #31329 - quodlibetor:no-const-doc-in...
next