]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-08-26 Manish GoregaokarEnumify CompilerExpansion in ExpnInfo
2015-08-26 Alex Burkafix unstable issue ref for Unsize
2015-08-26 borsAuto merge of #28003 - nkondratyev:patch-1, r=steveklabnik
2015-08-26 Tshepang Lekhonkhobedoc: add Iterator::size_hint example
2015-08-26 Tshepang Lekhonkhobedoc: I had to read this twice before understanding it
2015-08-26 Tshepang Lekhonkhobedoc: improve as_path example
2015-08-26 borsAuto merge of #28021 - steveklabnik:gh27958, r=alexcrichton
2015-08-26 Tshepang Lekhonkhobepath: the if-else block looked unusual
2015-08-26 borsAuto merge of #27992 - wthrowe:dead-main-2, r=alexcrichton
2015-08-26 Steve KlabnikAny docs: as_ref doesn't exist anymore
2015-08-26 Cody P Schafermk: tell rustc that we're only looking for native libs...
2015-08-26 Björn SteinbrinkAvoid an extra alloca/memcpy when auto-ref'ing fat...
2015-08-26 borsAuto merge of #27998 - birkenfeld:patch-1, r=alexcrichton
2015-08-26 Artem ShitovRemove redundant overflowing rule
2015-08-26 Artem ShitovFix keyboard scrolling in rustbook
2015-08-26 Guillaume GomezAdd E0370 error explanation
2015-08-26 Guillaume GomezRemove unnecessary empty lines
2015-08-26 Guillaume GomezRemove unnecessary whitespace
2015-08-26 Guillaume GomezAdd missing ';' in E0132
2015-08-26 Guillaume GomezAdd erroneous code example for E0131
2015-08-26 Guillaume GomezFix typo in E0087
2015-08-26 Guillaume GomezImprove E0025 error explanation
2015-08-26 Guillaume GomezImprove E0063 error explanation
2015-08-26 Guillaume GomezImprove E0062 error explanation
2015-08-26 Guillaume GomezImprove E0046
2015-08-26 Guillaume GomezFix typo
2015-08-26 Guillaume GomezAdd span_help for E0044
2015-08-26 Ms2gerRename FnKind variants and stop re-exporting them from...
2015-08-26 borsAuto merge of #27991 - bluss:chain-rev, r=alexcrichton
2015-08-26 Nikolay KondratyevFix docs typo
2015-08-25 borsAuto merge of #28000 - mbrubeck:reference, r=steveklabnik
2015-08-25 Ariel Ben-Yehudamove destructors_for_type into AdtDef
2015-08-25 Ariel Ben-Yehudahandle dtors having generics in an order different...
2015-08-25 Ulrik SverdrupCorrect iterator adaptor Chain
2015-08-25 Matt BrubeckDocument the recursion_limit crate attribute
2015-08-25 Björn SteinbrinkOmit lifetime intrinsics for function arguments and...
2015-08-25 Björn SteinbrinkPrefer alloc_ty() instead of alloca() where possible
2015-08-25 Björn SteinbrinkAdd missing lifetime intrinsics in a few places
2015-08-25 Björn SteinbrinkSeparate lifetime starts from alloca()
2015-08-25 Björn SteinbrinkTurn some alloca_no_lifetime() calls into plain alloca...
2015-08-25 Björn SteinbrinkRemove unnecessary temporaries from compare_values()
2015-08-25 borsAuto merge of #27995 - nagisa:windows-error-message...
2015-08-25 Georg Brandlcollections doc: remove mention of BitVec, BitSet,...
2015-08-25 Ariel Ben-Yehudause the parameter environment when checking dtors
2015-08-25 Simonas KazlauskasDo not recalculate string length in error_string
2015-08-25 borsAuto merge of #27994 - steveklabnik:rollup, r=steveklabnik
2015-08-25 Steve KlabnikRollup merge of #27988 - nagisa:diags-e0139, r=brson
2015-08-25 Steve KlabnikRollup merge of #27982 - frewsxcv:patch-25, r=steveklabnik
2015-08-25 Steve KlabnikRollup merge of #27978 - mgrabovsky:doc-fix, r=steveklabnik
2015-08-25 Steve KlabnikRollup merge of #27968 - adamcrume:master, r=steveklabnik
2015-08-25 Steve KlabnikRollup merge of #27905 - tshepang:E0133, r=brson
2015-08-25 borsAuto merge of #27986 - chris-morgan:reduce-string-exten...
2015-08-25 borsAuto merge of #27981 - dotdash:gepi, r=brson
2015-08-25 Barosl LeeRespect `--color` when printing early errors
2015-08-25 borsAuto merge of #27974 - Diggsey:issue-27952, r=alexcrichton
2015-08-25 borsAuto merge of #27971 - tbu-:pr_cloexec, r=alexcrichton
2015-08-25 Adam Crumebook: Mention that --ignored is a test binary argument
2015-08-25 Adam Crumebook: Fix spacing in testing section
2015-08-25 borsAuto merge of #27966 - GuillaumeGomez:iterator, r=alexc...
2015-08-25 borsAuto merge of #27957 - overminder:aug23-i686-android...
2015-08-25 borsAuto merge of #27945 - Eljay:upgrade-hoedown, r=alexcri...
2015-08-25 William ThroweRemove #[start] as well as #[main] in --test
2015-08-25 William ThroweMove main removal to its own pass in --test mode
2015-08-25 William ThroweMark main-like functions allow(dead_code) in tests
2015-08-25 William ThroweMove entry point identification logic to libsyntax
2015-08-24 Simonas KazlauskasFix E0139 code
2015-08-24 borsAuto merge of #27943 - arielb1:fast-region, r=nikomatsakis
2015-08-24 Cesar Eduardo... Implement read_exact for the Read trait
2015-08-24 Chris MorganSimplify `String`’s `Extend<&str>` implementation
2015-08-24 Björn SteinbrinkUse StructGEP instead of GEPi where appropriate
2015-08-24 Björn SteinbrinkUse get_dataptr() and get_meta() where appropriate
2015-08-24 Björn SteinbrinkRename get_len() to get_meta()
2015-08-24 Corey FarwellUse correct indefinite article in reference.md
2015-08-24 Guillaume GomezAdd test for LookupHost iterator Send/Sync traits
2015-08-24 Ariel Ben-Yehudafix other test
2015-08-24 borsAuto merge of #27239 - apasel422:issue-19102, r=huonw
2015-08-24 Ariel Ben-Yehudaaddress nits
2015-08-24 EljayUpdate hoedown to latest version (3.0.4).
2015-08-24 Matěj GrabovskýClarify a sentence in the Book
2015-08-24 Tobias BucherAtomically open files with O_CLOEXEC where possible
2015-08-24 Ariel Ben-Yehudafix test
2015-08-24 Ariel Ben-Yehudastore the CodeExtent directly in FreeRegion
2015-08-24 Ariel Ben-YehudaUse a Vec instead of an HashMap for the scope hierarchy
2015-08-24 Ariel Ben-YehudaUse a u32 instead of a usize in CodeExtent
2015-08-24 Ariel Ben-Yehudasplit ReInfer into ReVar and ReSkolemized
2015-08-24 borsAuto merge of #27976 - sfackler:addrparseerror-error...
2015-08-24 Steven FacklerAdd stability markers for new impls
2015-08-24 Andrea CancianiMinimize the implementation of `Rem` in libcore
2015-08-24 borsAuto merge of #27857 - Manishearth:improve-fnkind,...
2015-08-24 borsAuto merge of #27856 - nikomatsakis:move-def-id-to...
2015-08-24 Niko Matsakispurge DEF_ID_DEBUG TLS variable, and just always print...
2015-08-24 Niko Matsakisconvert to use `is_local` instead of `== LOCAL_CRATE`
2015-08-24 Niko Matsakisfallout from moving def-id
2015-08-24 Niko Matsakismove def-id to rustc crate
2015-08-24 Steven FacklerImplement Error for AddrParseError
2015-08-24 Diggory BlakeFix compile-fail tests on windows
2015-08-24 Overmind JIANGi686-linux-android: Removing useless cfgs.
2015-08-23 borsAuto merge of #27962 - dotdash:overflow, r=alexcrichton
2015-08-23 Adam Crumebook: Talk about ignore attribute in testing guide
2015-08-23 Guillaume GomezAdd Send/Sync traits on LookupHost struct
next