]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-07-27 Panashe M.... Correct minor typo in debug_assert doc
2016-07-27 Alex Burkaremove claim about searching through nested fields...
2016-07-27 Alex Burkafix typo
2016-07-27 Alex Burkarevert libc changes
2016-07-27 Alex Burkahack to make example compile
2016-07-27 Alex Burkachange confusing wording about discriminant
2016-07-27 Alex Burkaextern fns require named parameters
2016-07-27 Alex Burkaforeign function interface interface
2016-07-27 Alex Burkanot just a single field
2016-07-27 Alex Burkarecursion
2016-07-27 Alex Burkaexpand nullable pointer example
2016-07-27 Alex Burkagenerics-agnostic description
2016-07-27 Alex Burkabook/ffi: nullable pointer, libc cleanups
2016-07-27 Wesley WiserOnly export #[no_mangle] extern symbols during LTO
2016-07-27 Jonathan Creekmorelibrustc_back: filter targets for only valid ones
2016-07-27 Jonathan Creekmorelibrustc_back: json tests for builtin targets
2016-07-27 Doug Goldsteinlibrustc_back: convert fn target() to return Result
2016-07-27 Doug Goldsteinlibrustc_back: add ToJson trait to Target
2016-07-27 Doug Goldsteinlibrustc_back: expose all target options via JSON
2016-07-27 borsAuto merge of #34856 - jseyfried:refactor_reset_tls...
2016-07-27 Panashe M.... Update docs for assert! and debug_assert!
2016-07-27 borsAuto merge of #33363 - japaric:target, r=japaric
2016-07-27 borsAuto merge of #33312 - Byron:double-ended-iterator...
2016-07-27 Jeffrey SeyfriedFix fallout in tests.
2016-07-27 Jeffrey SeyfriedIf a single import resolves to an inaccessible name...
2016-07-27 borsAuto merge of #35053 - steveklabnik:rollup, r=steveklabnik
2016-07-27 Jorge Apariciokeep backtraces if using the old build system
2016-07-27 Vadim ChugunovFix typos
2016-07-27 borsAuto merge of #35014 - vadimcn:travis-test, r=alexcrichton
2016-07-26 Steve KlabnikRollup merge of #35043 - rahiel:patch-1, r=nikomatsakis
2016-07-26 Steve KlabnikRollup merge of #35029 - eulerdisk:fix_missing_comma_in...
2016-07-26 Steve KlabnikRollup merge of #35028 - abhijeetbhagat:patch-6, r...
2016-07-26 Steve KlabnikRollup merge of #35019 - frewsxcv:slice-split, r=Guilla...
2016-07-26 Steve KlabnikRollup merge of #35010 - GuillaumeGomez:file_doc, r...
2016-07-26 Steve KlabnikRollup merge of #35009 - GuillaumeGomez:dir_entry_doc...
2016-07-26 Steve KlabnikRollup merge of #35001 - rdwilliamson:patch-1, r=alexcr...
2016-07-26 Steve KlabnikRollup merge of #34995 - GuillaumeGomez:dir_builder_doc...
2016-07-26 Steve KlabnikRollup merge of #34990 - abhijeetbhagat:patch-3, r...
2016-07-26 Steve KlabnikRollup merge of #34974 - abhijeetbhagat:patch-2, r...
2016-07-26 Steve KlabnikRollup merge of #34935 - GuillaumeGomez:hash_map_doc...
2016-07-26 Steve KlabnikRollup merge of #34850 - tshepang:patch-3, r=steveklabnik
2016-07-26 Steve KlabnikRollup merge of #34732 - durka:patch-27, r=steveklabnik
2016-07-26 Steve KlabnikRollup merge of #34609 - ubsan:transmute_docs, r=stevek...
2016-07-26 Steve KlabnikRollup merge of #34461 - ubsan:master, r=steveklabnik
2016-07-26 borsAuto merge of #34983 - alexcrichton:windows-flaky,...
2016-07-26 Jorge Apariciorustbuild: make backtraces (RUST_BACKTRACE) optional
2016-07-26 KnightFix #35031
2016-07-26 Tobias BucherRestore `char::escape_default` and add `char::escape...
2016-07-26 Sebastian ThielDoubleEndedIterator for Args
2016-07-26 Rahiel Kasimdoc/book/trait-objects: remove empty lines at start...
2016-07-26 Masood MalekghassemiTidy up
2016-07-26 Masood MalekghassemiUse &mut for CombineFields in inference relations
2016-07-25 Masood MalekghassemiMove `a_is_expected` out of `CombineFields`
2016-07-25 Masood MalekghassemiRename infcx lifetimes in inference relations
2016-07-25 cgswordsAdressed PR comments.
2016-07-25 cgswordsGeneral MetaItem encapsulation rewrites.
2016-07-25 Corey FarwellRewrite/expansion of `slice::split` doc examples.
2016-07-25 Jeffrey SeyfriedWeaken test `compile-fail/lifetime-inference-give-expl...
2016-07-25 Masood MalekghassemiUnpublicize inference relations
2016-07-25 Oliver Middletonrustdoc: Fix tuple struct where clause rendering
2016-07-25 Jonathan A... Use "x86-64" as the target CPU for NetBSD and Bitrig...
2016-07-25 Vadim ChugunovLooser LSDA parsing
2016-07-25 Niko Matsakismove `during_closure_kind_inference` flag to mc
2016-07-25 Andrea PrettoFixed missing comma in the csv dumper.
2016-07-25 abhiRemove no_stack_check tests (#34915)
2016-07-25 Jorge Aparicioadd include ../tools.mk to the Makefile
2016-07-24 Tamir Dubersteinmove coerce-match{,-calls} into run-pass-valgrind
2016-07-24 borsAuto merge of #35006 - Manishearth:rollup, r=Manishearth
2016-07-24 Alan SomersFollow-up to 1afb17ed5f9206e1e04c5d72ea724c5fadadd46c
2016-07-24 Guillaume GomezImprove Open doc
2016-07-24 Guillaume GomezAdd DirEntry doc examples
2016-07-24 Guillaume GomezAdd missing links
2016-07-24 Manish GoregaokarRollup merge of #34989 - frewsxcv:fix-set-len-doc-examp...
2016-07-24 Manish GoregaokarRollup merge of #34988 - frewsxcv:vec-windows, r=Guilla...
2016-07-24 Manish GoregaokarRollup merge of #34977 - wettowelreactor:patch-3, r...
2016-07-24 Manish GoregaokarRollup merge of #34976 - GuillaumeGomez:build_hasher_do...
2016-07-24 Manish GoregaokarRollup merge of #34975 - GuillaumeGomez:random_state_do...
2016-07-24 Manish GoregaokarRollup merge of #34972 - oli-obk:cant_cast_str_to_const...
2016-07-24 Manish GoregaokarRollup merge of #34965 - jonathandturner:multispan_clea...
2016-07-24 Vadim ChugunovImplement ARM personality routine in Rust.
2016-07-24 Alan SomersFix build of compiler-rt on FreeBSD
2016-07-23 Robert WilliamsonFix HashMap's values_mut example to use println!
2016-07-23 Jeffrey Seyfriedmacros: Improve `tt` fragments
2016-07-23 borsAuto merge of #34832 - vadimcn:rusty-personality, r...
2016-07-23 Corey FarwellDoc example improvements for `slice::windows`.
2016-07-23 Corey FarwellFix incorrect 'memory leak' example for `Vec::set_len`.
2016-07-23 borsAuto merge of #34925 - jseyfried:nested_macros, r=eddyb
2016-07-23 abhiUpdate underscore usage (#34903)
2016-07-22 Guillaume GomezAdd DirBuilder doc examples
2016-07-22 Alex Crichtonstd: Ignore tests where threads outlive main
2016-07-22 Tobias BucherFix run-pass/ifmt test
2016-07-22 Tobias BucherFix indentation in src/libcore/lib.rs
2016-07-22 Tobias BucherEscape fewer Unicode codepoints in `Debug` impl of...
2016-07-22 Vadim ChugunovImplement rust_eh_personality in Rust, remove rust_eh_p...
2016-07-22 Ariel Ben-Yehudaaddress review comments
2016-07-22 Niko MatsakisAvoid writing a temporary closure kind
2016-07-22 Jeffrey SeyfriedAdd regression test.
2016-07-22 ggomezAdd E0559 error explanation
2016-07-22 ggomezAdd E0560 error explanation
2016-07-22 ggomezAdd new error codes in librustc_typeck
next